home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7608 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  34 lines

  1. Path: news.uit.no!news
  2. From: Hσvard Pedersen <havardp@mail.stud.ingok.hitos.no>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: System Interrupt
  5. Date: Fri, 19 Apr 1996 13:22:40 -0700
  6. Organization: HIT
  7. Message-ID: <3177F610.1BEE@mail.stud.ingok.hitos.no>
  8. References: <4l52l5$5n1@rubycon.man.szczecin.pl>
  9. NNTP-Posting-Host: dig130.stud.ingok.hitos.no
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Cezary Kobylinski wrote:
  16. > I want to load any file (data) from any device (example from DD,HD
  17. > disk,itc.) to memory while execute any program (example vectors) at
  18. > VBlankInterrupt (address $6c+VBR). Can I do it without AddIntServer from
  19. > exec.library,(if possible) must only work My programm at VBlank .
  20.  
  21. By banging the hardware vector ($6c+VBR) you aren't guaranteed in any way 
  22. that the OS is able to load your file. The AddIntServer function is there to 
  23. set up interrupts, why not use it?
  24.  
  25. -- 
  26. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  27. "Sometimes I wish there was a knob for intelligence on my TV set. There's
  28. one called brightness, but it doesn't seem to work."  - Brian Eno
  29. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  30. Hσvard Pedersen            E-Mail: havardp@mail.stud.ingok.hitos.no
  31. aka Howard/Mental Diseases    IRC-Channels: #amiga and #norway
  32.                 IRC-Nick: Howard_MD or HowardMD
  33. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  34.